home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python16_Src.lha / Python16_Source / Modules / protos / operator.h < prev    next >
Comma Seperated Value File  |  1999-04-26  |  180 b   |  3 rows

#static PyObject *op_setslice ( PyObject *s PyObject *a );
1static PyObject *op_delslice ( PyObject *s  PyObject *a );
2static PyObject *op_getslice ( PyObject *s  PyObject *a );